home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Eagles Nest BBS 1
/
Eagles_Nest_Mac_Collection_Disc_1.TOAST
/
Special Hardware
/
NEC-Up154
/
PS Installer 7.x.rsrc
/
feed_-8190
< prev
next >
Wrap
Text File
|
1992-10-15
|
845b
|
24 lines
NECfeedoptions 1 get 1 eq NECfeedoptions 2 get 1 eq and not{
statusdict begin
product(Silentwriter)eq
product(Silentwriter XL)eq
product(LC 890XL)eq
product(Silentwriter 95)eq
product(Silentwriter S62P)eq
product(Silentwriter 97)eq
or or or or or end{
/NECflip{statusdict begin
product dup(Silentwriter)eq not end}def
/NECcp{}def //md/cp get /NECcp exch def
/NECsetpapertray{statusdict begin 1 eq{defaultpapertray}
{defaultpapertray 1 eq{2}{1}ifelse}ifelse setpapertray end}def
/NECfirsttray{NECfeedoptions 1 get NECsetpapertray}def
/NECresttray{NECfeedoptions 2 get NECsetpapertray NECflip{od}if}def
/NECtrayswitch{statusdict/manualfeed get not
{NECfeedoptions 0 get 1 gt
{NECfirsttray NECfeedoptions dup 0 get 1 sub 0 exch put}{NECresttray}ifelse}
if}bind def end
md/cp{NECcp NECtrayswitch
}bind put NECtrayswitch
}if}if